home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / ForCLI / 0Utils13.lha / 0Utils / Close.doc < prev    next >
Text File  |  1995-02-21  |  724b  |  46 lines

  1.  
  2.  
  3.     NAME
  4.     Close
  5.  
  6.     SYNOPSIS
  7.     Close - Close a filehandle - Requires v37
  8.  
  9.     INPUTS
  10.     "FILEHANDLE/N/A"
  11.  
  12.     FUNCTION
  13.     Closes an AmigaDOS Filehandle previously
  14.     opened with the 'Open' command.
  15.     It does no checks to the given Filehandle,
  16.     so it should be used carefully.
  17.     The Filehandle must not be used after
  18.     calling Close on it.
  19.  
  20.     RESULT
  21.     -/-
  22.  
  23.     NOTES
  24.     ! Close is highly dangerous! Do not Use it, if !
  25.     ! U do not exactly know what U are doing!      !
  26.  
  27.     CLI - only
  28.  
  29.     should compile with SAS-C
  30.  
  31.     BUGS
  32.  
  33.     EXAMPLES
  34.     > set fh `Open Sys:S/Shell-startup`
  35.     > Readln $fh
  36.       alias xcopy "copy clone "
  37.     > Close $fh
  38.     > Unset fh
  39.  
  40.     AUTHOR
  41.     Bernd Noll, Brunnenstrasse 55, D-67661 Kaiserslautern
  42.     noll@student.uni-kl.de
  43.  
  44.  
  45.  
  46.